body{padding:0;border:0; margin:0;font-size: 14px;font-weight: normal;color: #333333;}
div,form,img,ul,ol,li,dl,i,u,span,dt,dd,em,i,h1,h2,h3,h4,p{ padding:0; border:0;margin:0;list-style:none;font-style:normal;}
a{text-decoration:none; color:#333; outline:none; cursor:pointer}
a:hover{ text-decoration: none;}
ul,li{list-style: none}
h2,h3{text-overflow: ellipsis; white-space: normal; font-weight: normal;}
img{vertical-align: bottom;}

/*wrap*/
.box,header{margin: auto; max-width: 1920px; min-width: 1200px; }
.mt60{ margin-top: 60px; }
.mt40{ margin-top:40px;}
.mb40{ margin-bottom: 40px;}
.mt30{ margin-top:30px;}
.mb30{ margin-bottom:30px;}
.pb30{ padding-bottom:30px; }
.pd20{padding: 20px;}
.pb40{ padding-bottom:40px; }
.pb60{ padding-bottom:60px; }
.wrap{padding-left:5%;padding-right:5%;clear:both; box-sizing: border-box;}
.flex{display: flex; flex-wrap: wrap}
.flex-justify{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-justify-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-justify-around{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
}
.no-word{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*header*/
header{
    box-sizing:border-box;
    justify-content: space-between;
    height: 70px;
    background: #fff;
} 
header h1{
    padding: 5px 40px 5px 5%;
    background:#fff;
    width: 240px;
    /*background: url('/images/logo_bg.jpg') no-repeat center right;*/
}
header h1 img{
    width: 100%;
}
.main_box{
    position: relative;
    width: calc(100% - 25%);
    background: url('/images/logo_bg.png') no-repeat center left #007ec8;
}
.main_nav {
    position: absolute;
    box-sizing:border-box;
    right: 5%;
    width: fit-content;
    height: 100%;
    z-index: 999999;
}
.main_nav > li > a{
    display: block;
    width: 100px;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 70px;
    position: relative;
    z-index: 999;
}
.main_nav > li{position: relative; margin-left:5px;height: 100%}
.nav-close{position: absolute; top: 14px;right: 20px;}
.nav-close .iconfont{ font-size: 25px; color:#a0a0a0;}
.nav-button{display: none;padding-top: 28px; position: absolute;right: 10px;color: #fff; }
.phone-nav{
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .5s;
}
.phone-nav > ul{overflow: hidden; width: 100%; }
.phone-nav > ul > li{
    position: relative;
    padding-left: 18px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.phone-nav > ul > li:nth-child(1){border-bottom: 1px solid #ddd;}
.nav_active,.main_nav > li > a:hover{ 
   /*color: #333!important;*/
   background: #1A87D3;
}
.nav_active > a,.nav_active .iconfont{ color: #fff!important; }
.nav_active > a{ padding: 15px 0 15px 10px!important; }
.phone-nav > ul > li > a{
    display: inline-block;
    padding: 15px 0;
    width: calc(100% - 90px);
    box-sizing: border-box;
    color: #1B4A9C;
}
.sub_nav_icon{
    width: 70px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    border-left: 1px solid #f1f1f1;
}
.sub_nav_icon .iconfont{
    font-size: 18px;
    color: #1B4A9C;
}
.sub_nav_show {
    display: none;
    padding:0 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: #f1f1f1;
}
.sub_nav_show li{
    padding: 10px 0; 
}
.phone-nav > ul > li.cur .sub_nav_show{
    display: block;
}


/*导航下拉*/
.main_nav > li:hover .sub_nav{display: block }
.sub_nav{
    display: none; 
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 200px;
    height: auto;
    background: rgba(255,255,255,.85); /*#1B4A9C*/;
    /*border-top: 3px solid #007EC8;*/
    z-index: 99;
    zoom: 1;
    clear: both;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.sub_nav ul{
    width: 100%;
}
.sub_nav a{ color: #333 }
.sub_nav_list li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.sub_nav_list a{
    position: relative; 
    display:block;
    overflow: hidden;
    padding:14px 20px;
    box-sizing: border-box;
    width: 100%;
    color: #666;
}
.sub_nav_list a i{
    display: inline-block;
    width: 20px;
}
.sub_nav_list a:hover {
    background: #1A87D3;
    color: #fff;
}
/*.sub_nav_list a p
    position: absolute;
    left: 0;
    width: 100px;
}
.sub_nav_list a p:nth-child(1){
    top: 0;
}
.sub_nav_list a p:nth-child(2){
    top: -35px;
}*/
/*.sub_nav_list a:hover p:nth-child(1){
    top: -35px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.sub_nav_list a:hover p:nth-child(2){
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/

/*底部*/
footer{
    padding: 50px 0;
    position: relative;
    box-sizing: border-box;
    background: #111720;
    color: #fff;
    line-height: 25px;
}
.video{
    overflow: hidden;
    width: 400px;
}
.video img{ width: 100%;}
.video_box{
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    transition: all .5s;
}
.video_con{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 500px;
}
.video_con iframe{
    width: 100%;
    height: 100%;
}
.video_close{
    position: absolute;
    top: 0;
    right: -80px;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.video_close .iconfont{ font-size: 35px; }
.city{ padding-top: 60px; width: 100%; overflow: hidden; }
.footer_contact h3{ font-size: 25px }
.footer_contact h3 span{padding-left: 10px; font-size: 18px; }
.footer_contact ul{ color: #939393;}
.footer_contact ul .iconfont{ padding-right: 10px;font-size: 18px;}
.footer_contact ul li{ padding-bottom: 10px; }
.footer_bottom{ height: 50px; line-height: 50px;color: #fff;background:#10151e;}
.footer_bottom a{ color: #fff; }

/*返回顶部按钮*/
.backtop{
    position: fixed;
    bottom:60px; 
    right: 10px; 
    display: none; 
    z-index:999;
    width:36px; 
    height:36px; 
    background:rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    cursor:pointer;
}
.backtop .iconfont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*手机底部按钮*/
.mfoot{display:none;width:100%; height:auto; margin:0 auto;background: rgba(0,0,0,.8);position:fixed; z-index:900; bottom:0;}
.mfoot-li{width:25%;float:left;}
.mfoot-li span{font-size: 25px;}
.mfoot-li a{display:block;width:100%;text-align:center;color:#FFF;}
.mfoot-li a p{line-height:18px; text-align: center;}
.mfoot-li a img {width:30px;vertical-align:middle;}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .wrap{ padding-left:17%; padding-right:17% ; }
    .main_nav { right: 17%;}
    .main_box {width: calc(100% - 22%);}
}
@media (max-width:1200px ) and (min-width:991px){
    .phone-nav{display: none!important;}
}
@media (max-width:991px ) and (min-width:770px){
    .main_box {width: calc(100% - 80%);}
    .box,header{ min-width: 100%; }
    .mt40,.mt60 {margin-top: 20px;}
    .mt30 {margin-top: 15px;}
    .wrap{padding-left:3%;padding-right:3%;}
    .main_nav,.footer_text{display: none;}
    .nav-button{display: block;}
    .nav-button{padding-top: 40px;}
    header{height: 70px}
    .footer_bottom {height: 70px;line-height: 20px;}
    footer {padding: 20px 0;}
    footer div:nth-child(3){ margin: auto; }
    .video_con {width: 94%;height: 300px;}
    .city {padding-top: 0px;}
    .footer_contact{ margin-top: 20px }
}
@media (max-width:767px) and (min-width:320px) {
    .box,header{ min-width: 100%; }
    .mt40,.mt60{margin-top: 20px;}
    .mb40,.mb30{ margin-bottom: 20px;}
    .mt30 {margin-top: 15px;}
    .wrap{padding-left:3%;padding-right:3%;}
    .main_nav,.footer_text{display: none!important;}
    .nav-button{display: block;}
    header{height: 70px}
    .footer_bottom {height: 70px;line-height: 20px;}
    footer {padding: 20px 0;}
    footer div:nth-child(3){ margin: auto; }
    .video_con {width: 94%;height: 300px;}
    .video_close {left: 0;right: 0px; }
    .city {padding-top: 0px;}
    .footer_contact{ margin-top: 20px }
    .main_box {width: calc(100% - 80%);}
}

.tab, .tab_l, .tab_r, .tab_b, .tab_lt, .tab_rt, .tab_lb, .tab_rb, .tab_lr_center, .tab_tb_center, .tab_tblr_center {
    position: absolute;
}
.tab_l{
    left: 0;
}
.tab_r{
    right: 0;
}
.tab_t{
    top:0;
}
.tab_b{
    bottom: 0;
}
/*左上*/
.tab_lt{
    left: 0;
    top:0;
    display: inline-block;
}
/*右上*/
.tab_rt{
    right: 0;
    top:0;
    display: inline-block;
}
/*左下*/
.tab_lb{
    left: 0;
    bottom:0;
    display: inline-block;
}
/*右下*/
.tab_rb{
    right: 0;
    bottom:0;
    display: inline-block;
}
/*左右居中*/
.tab_lr_center{
    left: 50%;
    display: inline-block;
    transform: translate(-50%,0);
}
/*上下居中*/
.tab_tb_center{
    top:50%;
    display: inline-block;
    transform: translate(0,-50%);
}
/*上下左右居中*/
.tab_tblr_center{
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%,-50%);
}

.tab_box_01{
    top:5px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #ff455b;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
}
.tab_box_02,.tab_box_03{
    top:0;
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    background: #ff455b;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
}
.tab_box_03{
    border-radius: 0 0 0 30% / 0 0 0 25%;
}